home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xballs / README < prev    next >
Text File  |  1995-05-03  |  860b  |  33 lines

  1.  
  2. Bouncing balls for an X windows background.
  3.  
  4. Known not work to with tvtwm, may not work with other virtual desktop
  5. systems.  Works with twm and olwm. 
  6.  
  7. Can take a lot of cpu and X bandwidth.
  8.  
  9. Alter the Makefile as appropriate and type:
  10.     make
  11.  
  12. To run type:
  13.     xballs
  14.     
  15. Options are:
  16.     -d hostname    display on hostname
  17.     -n number    number of balls (6 by default)
  18.     -r radius    radius of balls
  19.     -c coeff    coefficient of restitution (sp?)
  20.     -t percent    percentage of balls generated at the to of the screen
  21.  
  22. The program is a bit 'rough round the edges'
  23.  
  24. The balls interact with the mouse pointer, but not with each other (I'm
  25. sure there is a simple method for this using matrices but I havn't been
  26. able to find it)
  27.  
  28. The more balls you have, the more cpu power used.  (I would suggest a
  29. maximum of about 6 for a Sun 3 and 12 for a Sun 4)
  30.  
  31. Bernard Hatt
  32. bmh@terminus.ericsson.se
  33.